home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-27 | 1.1 KB | 38 lines | [TEXT/CWIE] |
- CExeption
- =========
-
- Description and Notes
- ---------------------
- CExeption is PowerPlant abstract base class.
- This class can be used when your application have to support
- exeption processing.
- It can:
- - process the exeption (method Process)
- - show alert (method Alert)
-
- You should make by Constructorâ„¢ LDialogBox object. Resource ID
- of this object you are to pass to Alert method. You should over-
- load method CastomAlert to initialize your captions or something
- alse. The CastomAlert method called after FinishCreateSelf of
- the dialog and before Show it.
- Methods ExplaneType and ExplaneCode can be usefull in CastomAlert.
-
- Attention!
- LDialogBox object must can close self. Simplest way to imple-
- ment it - put LStdButton into the dialog and assign this
- button message cmd_Close (4).
-
- Copyright Notice
- ----------------
- This code is copyright (c)1996, Sunbay Development Group.
- All rights reserved.
-
- You are free to use this code in any project, but the copyright
- remains with Sunbay Development Group.
-
-
- Author
- ------
- Written by: Michael Krivoruchko
- Internet: mike@sunbay.crimea.ua
-